@media screen and (max-width: 1080px) {
    
    
    #footerSocial {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    #footerSocialIcons {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        gap: 5px;
    }
    .footerSocialItem {
        position: relative;
        height: 40px;
        width: 40px;
    }
    .footerSocialItem img {
        position: absolute;
        width: 100%;
        height: 100%;
    }


}